home *** CD-ROM | disk | FTP | other *** search
- // model_s.h RHS 3/4/91
-
- // when #include'd in a .C or .CPP file, insures that only a particular
- // memory model can be used: e.g., MODEL_S.H is for the Small model
-
- #if !defined(__SMALL__)
- #error Small Memory Model not defined: set model
- option and re-start compile«MDNM»
- #endif
- «MDNM»